como crear un numero aleatorio en c#

92

como crear un numero aleatorio en c# -

Random rnd = new Random();
int aleatorio = rnd.Next(minimum,maximum);

Comments

Submit
0 Comments